home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1056 / PlaceObject2_573_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-12  |  149b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_X > -256)
  3.    {
  4.       _X = _X - dx;
  5.    }
  6.    if(_X <= -256)
  7.    {
  8.       _root.gotoAndStop(_root.next);
  9.    }
  10. }
  11.